using PkmnLibSharp.Utilities; namespace PkmnLibSharp.Battling { public class ExecutingMove : PointerWrapper { protected override void DeletePtr() { throw new System.NotImplementedException(); } } }