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