Decode() public méthode

public Decode ( Server.Mobile from ) : void
from Server.Mobile
Résultat void
Exemple #1
0
 public override void OnClick()
 {
     if (!m_Map.Deleted)
     {
         m_Map.Decode(Owner.From);
     }
 }