Пример #1
0
 void OnCustomizationCharacterDisplayChangedHandler()
 {
     if (isActorTypeHero && (isTypeDefault || isTypeCustom))
     {
         GameCustomController.UpdateProfileCharacterDisplay(gameObject);
     }
 }