Files
hotdesking/Gameplay/Tchotchkes/AwfullyHotCoffeePot.cs

11 lines
213 B
C#

// using Godot;
// using System;
// public partial class AwfullyHotCoffeePot : Tchotchke
// {
// public AwfullyHotCoffeePot() : base()
// {
// // _actions.Add(new Caffeinate(this));
// }
// }