first commit
This commit is contained in:
7
NitroxServer/GameLogic/Entities/NitroxEntitySlot.cs
Normal file
7
NitroxServer/GameLogic/Entities/NitroxEntitySlot.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NitroxServer.GameLogic.Entities;
|
||||
|
||||
[Serializable]
|
||||
public record struct NitroxEntitySlot(string BiomeType, List<string> AllowedTypes);
|
Reference in New Issue
Block a user