* Add Mana

* .

* Update m/Mana.mn

Co-authored-by: Gabe <66077254+MrBrain295@users.noreply.github.com>
This commit is contained in:
gnuhead-chieb
2022-02-13 07:01:52 +09:00
committed by GitHub
parent 60858344ce
commit 5c518137a2
2 changed files with 5 additions and 0 deletions

4
m/Mana.mn Normal file
View File

@@ -0,0 +1,4 @@
action HelloWorldActor::init
{
print ("Hello World\n") ;
}