예제 #1
0
        public MyObjectBuilder_Bot GetBotData()
        {
            MyObjectBuilder_BarbarianBot botData = new MyObjectBuilder_BarbarianBot();

            botData.BotDefId = m_definition.Id;
            return(botData);
        }
예제 #2
0
 public MyObjectBuilder_Bot GetBotData()
 {
     MyObjectBuilder_BarbarianBot botData = new MyObjectBuilder_BarbarianBot();
     botData.BotDefId = m_definition.Id;
     return botData;
 }