canto/Assets/Scripts/SOAP/Value/UnitValue.cs
2025-07-14 22:22:25 -04:00

11 lines
125 B
C#

using KitsuneCafe.System;
namespace KitsuneCafe.SOAP
{
public class UnitProperty : ReactiveValue<Unit>
{
}
}