6 lines
No EOL
109 B
C#
6 lines
No EOL
109 B
C#
public interface dof { // <T> ?
|
|
void Init();
|
|
void Frame();
|
|
// void Drop();
|
|
bool Active { get; set; }
|
|
} |