Table of Contents

Interface IDemoEntity

Namespace
KSP.Iteration.Data
Assembly
Assembly-CSharp.dll
public interface IDemoEntity
Extension Methods

Properties

Guid

IProperty<string> Guid { get; }

Property Value

IProperty<string>

Name

IPropertyWritable<string> Name { get; }

Property Value

IPropertyWritable<string>

Score

IProperty<int> Score { get; }

Property Value

IProperty<int>