12.10 进度 基本完成
This commit is contained in:
@@ -127,8 +127,7 @@ namespace Continentis.MainGame.Character
|
||||
{
|
||||
GameObject prefab = data.combatCharacterView;
|
||||
CombatCharacterViewBase characterView = Object.Instantiate(prefab, position, Quaternion.identity).GetComponent<CombatCharacterViewBase>();
|
||||
characterView.InitializeAnimations();
|
||||
characterView.character = this;
|
||||
characterView.Initialize(this);
|
||||
this.characterView = characterView;
|
||||
return characterView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user