riversong code showcase
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public class PooledObject : MonoBehaviour
|
||||
{
|
||||
public int PoolKey { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user