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-23 16:48:23 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e5f6659eda
unity-atoms
/
Source
/
GameFunctions
/
IntFunction.cs
4 lines
92 B
C#
Raw
Normal View
History
Unescape
Escape
Removed unused namepaces * Removed unused namespaces across all files in Unity.Atoms assembly. * Removed unused namspaces in runtime and Test assembly code.
2019-04-07 05:01:53 -04:00
namespace
UnityAtoms
Add int function
2018-11-02 11:48:23 -04:00
{
public
abstract
class
IntFunction
:
GameFunction
<
int
>
{
}
}
Reference in New Issue
Copy Permalink