Holiday System (#3122)
This commit is contained in:
committed by
GitHub
parent
857c65d968
commit
9ee0ec4106
11
Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs
Normal file
11
Content.Server/Holiday/Interfaces/IHolidayShouldCelebrate.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Server.Holiday.Interfaces
|
||||
{
|
||||
public interface IHolidayShouldCelebrate : IExposeData
|
||||
{
|
||||
void IExposeData.ExposeData(ObjectSerializer serializer) {}
|
||||
bool ShouldCelebrate(DateTime date, HolidayPrototype holiday);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user