Turns HolidayManager into an entity system, HolidaySystem.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Content.Server.Holiday.Interfaces
|
||||
{
|
||||
public interface IHolidayManager
|
||||
{
|
||||
void Initialize();
|
||||
void RefreshCurrentHolidays();
|
||||
void DoGreet();
|
||||
void DoCelebrate();
|
||||
IEnumerable<HolidayPrototype> GetCurrentHolidays();
|
||||
bool IsCurrentlyHoliday(string holiday);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user