7 lines
91 B
C#
7 lines
91 B
C#
using UnityEngine;
|
|
|
|
public class Apples : MonoBehaviour
|
|
{
|
|
public int appleCount = 1;
|
|
}
|