示例#1
0
 public void Unload()
 {
     m_static = null;
 }
示例#2
0
 private void ReplaceParent(MyEntity newParent)
 {
     m_weldParent = MyWeldingGroups.ReplaceParent(m_group, m_weldParent, newParent);
 }
示例#3
0
 public void Load()
 {
     m_static        = this;
     SupportsOphrans = true;
 }
示例#4
0
 public void Unload()
 {
     Static = null;
 }