Wednesday, 10 September 2025 01:31:36
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
// using Godot;
|
||||
// using System;
|
||||
|
||||
public partial class AwfullyHotCoffeePot : Tchotchke
|
||||
{
|
||||
public AwfullyHotCoffeePot() : base()
|
||||
{
|
||||
_actions.Add(new Caffeinate(this));
|
||||
}
|
||||
}
|
||||
// public partial class AwfullyHotCoffeePot : Tchotchke
|
||||
// {
|
||||
// public AwfullyHotCoffeePot() : base()
|
||||
// {
|
||||
// // _actions.Add(new Caffeinate(this));
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user