8 lines
154 B
C#
8 lines
154 B
C#
|
|
namespace Content.Shared.Preferences
|
||
|
|
{
|
||
|
|
public interface ICharacterAppearance
|
||
|
|
{
|
||
|
|
bool MemberwiseEquals(ICharacterAppearance other);
|
||
|
|
}
|
||
|
|
}
|