mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-01-19 05:28:27 +08:00
Fixed namespaces
This commit is contained in:
parent
4a44eb0f26
commit
0519afb158
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
namespace BeefMonocle
|
||||
namespace Strawberry
|
||||
{
|
||||
public class Entity
|
||||
{
|
||||
|
@ -2,7 +2,7 @@ using SDL2;
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
namespace BeefMonocle
|
||||
namespace Strawberry
|
||||
{
|
||||
static
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user