Holiday System (#3122)
This commit is contained in:
committed by
GitHub
parent
857c65d968
commit
9ee0ec4106
12
Content.Server/Holiday/Celebrate/DefaultHolidayCelebrate.cs
Normal file
12
Content.Server/Holiday/Celebrate/DefaultHolidayCelebrate.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Content.Server.Holiday.Interfaces;
|
||||
|
||||
namespace Content.Server.Holiday.Celebrate
|
||||
{
|
||||
public class DefaultHolidayCelebrate : IHolidayCelebrate
|
||||
{
|
||||
public void Celebrate(HolidayPrototype holiday)
|
||||
{
|
||||
// Nada.
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user