Skip to content

Commit

Permalink
updated i guess...
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodknight committed Apr 9, 2022
1 parent 35799e2 commit 67e1fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
8 changes: 2 additions & 6 deletions RPGStarterAssets.module
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<ModuleDefinition
canSave="true"
canSaveDynamicFields="true"
ModuleId="RPGStarterAssets"
VersionId="1"
Group="Game"
scriptFile="RPGStarterAssets"
scriptFile="RPGStarterAssets.tscript"
CreateFunction="onCreate"
DestroyFunction="onDestroy">
<DeclaredAssets
canSave="true"
canSaveDynamicFields="true"
Extension="asset.taml"
Recurse="true" />
Recurse="true"/>
</ModuleDefinition>
17 changes: 0 additions & 17 deletions RPGStarterAssets.tscript
Original file line number Diff line number Diff line change
@@ -1,48 +1,31 @@
//************************************************

function RPGStarterAssets::onCreate(%this)
{
}


function RPGStarterAssets::onDestroy(%this)
{
}


function RPGStarterAssets::initServer(%this)
{
}


function RPGStarterAssets::onCreateGameServer(%this)
{
}


function RPGStarterAssets::onDestroyGameServer(%this)
{
}


function RPGStarterAssets::initClient(%this)
{
}


function RPGStarterAssets::onCreateClientConnection(%this)
{
}


function RPGStarterAssets::onDestroyClientConnection(%this)
{
}


function RPGStarterAssets::populateOptionsMenuCategories(%this)
{
addOptionsMenuCategory("Example Options", "testExampleOptions();");
}


0 comments on commit 67e1fa5

Please sign in to comment.