Fixed namespaces

This commit is contained in:
Matt Thorson 2020-05-04 21:01:32 -07:00
parent 4a44eb0f26
commit 0519afb158
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
using System;
using System.Collections;
namespace BeefMonocle
namespace Strawberry
{
public class Entity
{

View File

@ -2,7 +2,7 @@ using SDL2;
using System;
using System.Collections;
namespace BeefMonocle
namespace Strawberry
{
static
{