npc leave after die
This commit is contained in:
@@ -35,7 +35,7 @@ public class CharacterItemUI : MonoBehaviour
|
||||
nameCharacter.text = roleName;
|
||||
}
|
||||
|
||||
void OnClickBtn()
|
||||
public void OnClickBtn()
|
||||
{
|
||||
onClick?.Invoke(dataItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user