11 lines
197 B
C#
11 lines
197 B
C#
public class CollectBoxAchievement : WPFMonoBehaviour
|
|
{
|
|
private void Awake()
|
|
{
|
|
UnityEngine.Object.Destroy(base.gameObject);
|
|
}
|
|
|
|
public string boxToCollect;
|
|
|
|
public string achievementId;
|
|
}
|