6 lines
53 B
C#
6 lines
53 B
C#
|
|
public interface IPooledObject
|
|
{
|
|
void Free();
|
|
}
|
|
|
public interface IPooledObject
|
|
{
|
|
void Free();
|
|
}
|