Beispiel #1
0
 public PokerPersistence()
     : base(1)
 {
     Movable = false;
     if (m_Instance == null || m_Instance.Deleted)
     {
         m_Instance = this;
     }
     else
     {
         Delete();
     }
 }
Beispiel #2
0
 public PokerPersistence(Serial serial)
     : base(serial)
 {
     m_Instance = this;
 }