9 lines
111 B
C#
9 lines
111 B
C#
![]() |
namespace Cell
|
|||
|
{
|
|||
|
public interface ITickUI
|
|||
|
{
|
|||
|
public void TickUI()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|