feat(): 大量更新
This commit is contained in:
13
Assets/Script/Gameplay/Map/MapFlagManager.cs
Normal file
13
Assets/Script/Gameplay/Map/MapFlagManager.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Core;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Map
|
||||
{
|
||||
public class MapFlagManager : MonoSingleton<MapFlagManager>
|
||||
{
|
||||
public MapFlag StartFlag;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user