4 lines
162 B
C#
4 lines
162 B
C#
namespace NitroxModel.DataStructures.GameLogic.Entities;
|
|
|
|
public readonly record struct UwePrefab(string ClassId, int Count, float Probability, bool IsFragment);
|