public void AddSpecialAttr(MJumpTube attr)
 {
     jumptubes.Add(attr);
 }
Пример #2
0
 void InitSpecialAttribute(int id)
 {
     jumpTubeData = GlobalManager.Instance.specialAttributeDataManager.jumpAttrController.GetById(id);
 }