5 lines
65 B
C#
5 lines
65 B
C#
public interface IBatchFixedUpdate
|
|
{
|
|
void BatchFixedUpdate();
|
|
}
|
public interface IBatchFixedUpdate
|
|
{
|
|
void BatchFixedUpdate();
|
|
}
|