Lidt Cleanup
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using PeopleVille.Locations;
|
||||
|
||||
namespace PeopleVille
|
||||
{
|
||||
public class GameManager
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using PeopleVille.Equipment;
|
||||
|
||||
namespace PeopleVille.Locations
|
||||
{
|
||||
public class Store : Location
|
||||
|
||||
@@ -26,7 +26,6 @@ namespace PeopleVille.Persons
|
||||
return;
|
||||
}
|
||||
|
||||
// 50/50 om vi gør noget eller ej
|
||||
if (RNG.ThrowDice(Dices.D3) == 1)
|
||||
return;
|
||||
switch (RNG.ThrowDice(Dices.D4))
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using PeopleVille.Equipment;
|
||||
using PeopleVille.Locations;
|
||||
using PeopleVille.Persons;
|
||||
using PeopleVille;
|
||||
using System.Reflection;
|
||||
namespace PeopleVille.WorldBuilder
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user