mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 05:57:14 +08:00
(client) chore:Clean code
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Item
|
||||
{
|
||||
public class ItemBase
|
||||
{
|
||||
public ItemResource resource;
|
||||
|
||||
public int count=0;
|
||||
|
||||
public int count = 0;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user