8 lines
No EOL
151 B
C#
8 lines
No EOL
151 B
C#
namespace MLAPI.Spawning
|
|
{
|
|
internal struct ReleasedNetworkId
|
|
{
|
|
public ulong NetworkId;
|
|
public float ReleaseTime;
|
|
}
|
|
} |