7 lines
87 B
C#
7 lines
87 B
C#
using UnityEngine;
|
|
|
|
public class Poolable : MonoBehaviour
|
|
{
|
|
public bool IsUsing;
|
|
}
|