You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
221 B

5 months ago
using System;
using System.Linq;
using Sirenix.OdinInspector;
using UnityEngine;
4 months ago
using UnityEngine.AddressableAssets;
5 months ago
public class Test : MonoBehaviour
{
[Button]
private void TestButton()
{
4 months ago
5 months ago
}
}