
Now the dialogue can use tags to add special effects Reorganized project structure, updating may require adding some using statements
5 lines
No EOL
118 B
C#
5 lines
No EOL
118 B
C#
namespace SimpleTools.ObjectPooler {
|
|
public interface IPooledObject {
|
|
void OnObjectSpawn();
|
|
}
|
|
} |