Files
PeopleVille/PeopleVille/Location/EggStore.cs
2026-03-25 11:20:00 +01:00

7 lines
82 B
C#

namespace PeopleVille.Locations
{
public class EggStore : Store
{
}
}