11 lines
125 B
C#
11 lines
125 B
C#
using KitsuneCafe.System;
|
|
|
|
namespace KitsuneCafe.SOAP
|
|
{
|
|
public class UnitProperty : ReactiveValue<Unit>
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
|