7 lines
105 B
C#
7 lines
105 B
C#
|
using UnityEngine;
|
||
|
|
||
|
public class StoreDataScript : MonoBehaviour
|
||
|
{
|
||
|
public static int targetNumber;
|
||
|
}
|