예제 #1
0
    private void SetCharacter()
    {
        characterTable = CharacterTable.Instance.FindToIndex(1);
        ActorModel actorModel = new ActorModel();
        ActorInfo  actorInfo  = actorModel.CreateTableActor(characterTable);

        characterController.CreateCharacter(actorInfo);
    }