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