This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
unity-atoms
Watch
1
Star
0
Fork
0
You've already forked unity-atoms
mirror of
https://github.com/unity-atoms/unity-atoms.git
synced
2025-01-24 17:17:47 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
unity-atoms
/
Source
/
Editor
/
Generator
/
Resources
/
UA_Template__Action.txt
5 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improvements and added robustness to code generator
2019-06-09 16:47:14 +02:00
namespace UnityAtoms
{
"ScriptableObject" prefix -> "Atom" prefix
2019-09-25 21:05:06 +02:00
public abstract class {TYPE_NAME}Action : AtomAction<{TYPE}> { }
Improvements and added robustness to code generator
2019-06-09 16:47:14 +02:00
}
Reference in New Issue
Copy Permalink