Exemplo n.º 1
0
 public virtual void Init()
 {
     m_obj_type       = 0;
     m_obj_idx        = 0;
     m_scene_obj_idx  = 0;
     m_scene_type_idx = 0;
     m_pos.Set(0, 0);
 }
Exemplo n.º 2
0
 public Unit()
 {
     m_pos.Set(0, 0);
 }
Exemplo n.º 3
0
 public void ModifyPos(int x, int y)
 {
     m_pos.Set(x, y);
 }