9 lines
169 B
C#
9 lines
169 B
C#
using UnityEngine;
|
|
|
|
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public class PooledObject : MonoBehaviour
|
|
{
|
|
public int PoolKey { get; set; }
|
|
}
|
|
} |