Interface ICharacterProfile
Assembly: Content.Shared.dll
Syntax
public interface ICharacterProfile
Properties
|
Improve this Doc
View Source
CharacterAppearance
Declaration
ICharacterAppearance CharacterAppearance { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
EnsureValid()
Makes this profile valid so there's no bad data like negative ages.
Declaration
|
Improve this Doc
View Source
MemberwiseEquals(ICharacterProfile)
Declaration
bool MemberwiseEquals(ICharacterProfile other)
Parameters
Returns
Type |
Description |
System.Boolean |
|