vampire-like/Assets/GameMain/Scripts/Presentation/Common/Context/RolePropertyAreaContext.cs

9 lines
165 B
C#

namespace SepCore.UI
{
public class RolePropertyAreaContext : UIContext
{
public string RoleName;
public string InitialPropertyText;
}
}