oriels/app/dofs/dof.cs
2022-10-27 00:35:45 -04:00

6 lines
No EOL
109 B
C#

public interface dof { // <T> ?
void Init();
void Frame();
// void Drop();
bool Active { get; set; }
}