13 lines
221 B
C#
13 lines
221 B
C#
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace Febucci.UI.Core
|
|||
|
|
{
|
|||
|
|
[System.Serializable]
|
|||
|
|
internal class PresetAppearanceValues : PresetBaseValues
|
|||
|
|
{
|
|||
|
|
public PresetAppearanceValues() : base()
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|