Go to file
Syntriax 588a5fbdd2 Some Documentation Added 2022-11-20 21:41:23 +03:00
Actions Removed Trigger References 2022-11-20 18:47:28 +03:00
ToggleState@2237b2e355 ToggleState Submodule Added 2022-11-20 18:53:09 +03:00
.gitignore Initial commit 2022-11-20 09:47:55 +00:00
.gitmodules ToggleState Submodule Added 2022-11-20 18:53:09 +03:00
ActionBase.cs Action Bases 2022-11-20 18:45:36 +03:00
ActionBase.cs.meta Action Bases 2022-11-20 18:45:36 +03:00
ActionBaseWithDeactivation.cs Action Bases 2022-11-20 18:45:36 +03:00
ActionBaseWithDeactivation.cs.meta Action Bases 2022-11-20 18:45:36 +03:00
Actions.meta First Commit 2022-11-20 18:31:16 +03:00
IActionActivate.cs Some Documentation Added 2022-11-20 21:41:23 +03:00
IActionActivate.cs.meta First Commit 2022-11-20 18:31:16 +03:00
IActionDeactivate.cs Some Documentation Added 2022-11-20 21:41:23 +03:00
IActionDeactivate.cs.meta First Commit 2022-11-20 18:31:16 +03:00
README.md Update Readme 2022-11-20 18:49:27 +03:00
README.md.meta First Commit 2022-11-20 18:31:16 +03:00
Syntriax.Modules.Action.asmdef Added ToggleState Assembly Reference 2022-11-20 18:55:05 +03:00
Syntriax.Modules.Action.asmdef.meta Assembly Reference Added 2022-11-20 18:48:15 +03:00
ToggleState.meta Added ToggleState Assembly Reference 2022-11-20 18:55:05 +03:00

README.md

Action

Dependencies

  1. ToggleState Module

Make sure to separately clone these modules along with this one too.

Or you can call git submodule init to get them automatically added (note that this method may cause conflicts if another module also imports one of these submodules too, only use if you are only using the Action module)