コード例 #1
0
        public IBot CreateBot(int index, string host, ushort port)
        {
            string name = NamesList.Get(index);

            return(new PartyBot(index + 1, host, port, name));
        }