Decode() 공개 메소드

public Decode ( Server.Mobile from ) : void
from Server.Mobile
리턴 void
예제 #1
0
 public override void OnClick()
 {
     if (!m_Map.Deleted)
     {
         m_Map.Decode(Owner.From);
     }
 }