1 2 3 4 5 6
using Godot; using System; public abstract partial class Action : RefCounted { public abstract void Perform(Game game, Actor actor); }