Content update for NetEntities (#18935)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Shared.CartridgeLoader.Cartridges;
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class NotekeeperUiState : BoundUserInterfaceState
|
||||
{
|
||||
public List<String> Notes;
|
||||
public List<string> Notes;
|
||||
|
||||
public NotekeeperUiState(List<string> notes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user