Wednesday, 10 September 2025 01:31:36

This commit is contained in:
2025-09-10 01:31:39 -04:00
parent ac25e55bf3
commit 23700e2bcf
33 changed files with 411 additions and 374 deletions

View File

@@ -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));
// }
// }

View File

@@ -1,7 +1,7 @@
using Godot;
using System;
// using Godot;
// using System;
public partial class RedStapler : Tchotchke
{
// public partial class RedStapler : Tchotchke
// {
}
// }