8 lines
83 B
C#
8 lines
83 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class AvatarLayer
|
|
{
|
|
public int layerIndex;
|
|
}
|