mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
remove IRepeating, meant to do this earlier, whoops
This commit is contained in:
parent
3ef757ad27
commit
90866b8bc8
@ -9,7 +9,7 @@ using UnityEngine;
|
|||||||
|
|
||||||
namespace QSB.SectorSync
|
namespace QSB.SectorSync
|
||||||
{
|
{
|
||||||
public class QSBSectorManager : WorldObjectManager, IRepeating
|
public class QSBSectorManager : WorldObjectManager
|
||||||
{
|
{
|
||||||
public static QSBSectorManager Instance { get; private set; }
|
public static QSBSectorManager Instance { get; private set; }
|
||||||
public bool IsReady { get; private set; }
|
public bool IsReady { get; private set; }
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
namespace QSB.Utility
|
|
||||||
{
|
|
||||||
public interface IRepeating
|
|
||||||
{
|
|
||||||
void Invoke();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user