Example #1
0
 private void Start()
 {
     m_Physic = GetComponent <PhysicComponent>();
     RegistPhysicEvent();
     RegistAnimEvent();
     m_ActorPropty.InitPropty();
 }
Example #2
0
 private void Start()
 {
     m_Physic = GetComponent <PhysicComponent>();
     RegistPhysicEvent();
     RegistAnimEvent();
 }