first commit
This commit is contained in:
11
NitroxServer/Resources/PrefabPlaceholdersGroupAsset.cs
Normal file
11
NitroxServer/Resources/PrefabPlaceholdersGroupAsset.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using NitroxModel.DataStructures.Unity;
|
||||
|
||||
namespace NitroxServer.Resources;
|
||||
|
||||
|
||||
[Serializable]
|
||||
/// <param name="PrefabAssets">
|
||||
/// All attached PrefabPlaceholders (and PrefabPlaceholdersGroup). Is in sync with PrefabPlaceholdersGroup.prefabPlaceholders
|
||||
/// </param>
|
||||
public record struct PrefabPlaceholdersGroupAsset(string ClassId, IPrefabAsset[] PrefabAssets, NitroxTransform Transform = null) : IPrefabAsset;
|
Reference in New Issue
Block a user