This commit is contained in:
MuHua-123
2025-03-11 23:45:41 +08:00
parent a86e32c89e
commit 9f56eff9c0
48 changed files with 319 additions and 158 deletions
@@ -0,0 +1,14 @@
using System.Collections;
using System.Collections.Generic;
using MuHua;
using UnityEngine;
namespace MuHua {
public class KinesisTurn : Ikinesis {
public override bool Transition(Ikinesis kinesis) {
throw new System.NotImplementedException();
}
}
}