7 lines
85 B
C#
7 lines
85 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class PlayerSkinData : CustomizableDataBase
|
|
{
|
|
}
|