Projext/Assets/7.Other Code/StatType.cs
20071106bjs d50e6f7a7d 프로젝트 수정
UI크기, 배치, 이미지, 카드 능력치에 +-붙는 문제 해결
2026-01-30 11:46:55 +09:00

9 lines
74 B
C#

public enum StatType
{
Health,
Speed,
Strength,
Damage
}