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