Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
-
- public class Init : MonoBehaviour
- {
-
- // Start is called before the first frame update
- void Start()
- {
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
- }
|