コード例 #1
0
 private static string GetCommandText(StartCommmonEventCommand command, MapInstance map)
 {
     return(Strings.EventCommandList.commonevent.ToString(EventBase.GetName(command.EventId)));
 }