More minor UI refactor changes (#11213)
This commit is contained in:
@@ -45,7 +45,7 @@ public abstract class SharedHandsComponent : Component
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class Hand
|
||||
public sealed class Hand //TODO: This should definitely be a struct - Jezi
|
||||
{
|
||||
[ViewVariables]
|
||||
public string Name { get; }
|
||||
|
||||
Reference in New Issue
Block a user