5 lines
No EOL
75 B
C#
5 lines
No EOL
75 B
C#
interface dof { // <T> ?
|
|
void Init();
|
|
void Frame();
|
|
// void Drop();
|
|
} |