mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-10-31 17:22:38 +00:00
9 lines
62 B
C
9 lines
62 B
C
|
#pragma once
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
class Effect
|
||
|
{
|
||
|
|
||
|
};
|
||
|
};
|