mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
8 lines
179 B
C#
8 lines
179 B
C#
namespace FSO.SimAntics.Model.Platform
|
|
{
|
|
public interface VMIObjectState
|
|
{
|
|
ushort Wear { get; set; }
|
|
void ProcessQTRDay(VM vm, VMEntity owner);
|
|
}
|
|
}
|