This website requires JavaScript.
Explore
Help
Register
Sign In
zxl
/
CTT
forked from
Cal/CTT
Watch
1
Star
0
Fork
You've already forked CTT
0
Code
Pull Requests
Activity
6cb2165ccd
CTT
/
Unity
/
Assets
/
Model
/
Module
/
Numeric
/
INumericWatcher.cs
8 lines
112 B
C#
Raw
Blame
History
namespace
ET
{
public
interface
INumericWatcher
{
ETTask
Run
(
Entity
entity
,
float
old
,
float
value
)
;
}
}
View Git Blame
Copy Permalink