Example #1
0
 public Flatebed GetNextFlat(E_FlatDirect type)
 {
     foreach (Flatebed flat in FlatLists)
     {
         if (flat.flatdirect.Equals(type))
         {
         }
     }
     //만들어주기
     return(null);
 }
Example #2
0
 public void MakeFlat(Vector3 passedObject, E_FlatDirect flat_type)
 {
 }
Example #3
0
 public void RestartFlatebed()
 {
     m_RecentDirect = E_FlatDirect.e_Forward;
     flatpool.ClearPool();
 }
Example #4
0
 public void MakePoolObject(E_FlatDirect type)
 {
 }