JayArrowz / NetScape

C# RSPS Multi Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAL layer should not contain default location data

JayArrowz opened this issue · comments

public static Position HomePosition { get; } = new Position(3333, 3333, 0);

Defaults should be configurable in a different way instead of being statically referenced in DAL layer.