예제 #1
0
 public override bool AddPlayElement(PlayElement e)
 {
     if (e is Player)
     {
         ContainsAsset = false;
     }
     return(base.AddPlayElement(e));
 }
예제 #2
0
 public virtual bool RemovePlayElement()
 {
     PlayObject = null;
     return(true);
 }
예제 #3
0
 public virtual bool AddPlayElement(PlayElement e)
 {
     PlayObject = e;
     return(true);
 }