Genesis Game Client Project Setup

This commit is contained in:
2026-03-13 12:43:28 +09:00
commit af885151b3
832 changed files with 630533 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class Weapon : MonoBehaviour
{
private WeaponType weaponType;
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: ef0908b448dc79a4cb143afdd40525d1

View File

@@ -0,0 +1,3 @@
using UnityEngine;
public enum WeaponType { Sword, Bow}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 8a296b618cf084c49a76eaec005fc0ff