using System; public interface IDynamicBone { void PhysicsReset(); void DynamicUpdate(); void UnInit(); }