9 lines
108 B
C#
9 lines
108 B
C#
namespace Cell
|
|
{
|
|
public interface ITickUI
|
|
{
|
|
public void TickUI()
|
|
{
|
|
}
|
|
}
|
|
} |