Add StickGame Assets
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FishNet.Serializing
|
||||
{
|
||||
[System.Serializable]
|
||||
internal class TransformPackingData
|
||||
{
|
||||
public AutoPackType Position = AutoPackType.Packed;
|
||||
public AutoPackType Rotation = AutoPackType.Packed;
|
||||
public AutoPackType Scale = AutoPackType.Packed;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user