terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IAnimationSegmentAction.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000971")]
7 public interface IAnimationSegmentAction<T>
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x6004843")]
10 void BindTo(T obj);
11
12 [global::Cpp2ILInjected.Token(Token = "0x1700082E")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6004844")]
16 get;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6004845")]
20 void ApplyTo(T obj, float localTimeForObj);
21
22 [global::Cpp2ILInjected.Token(Token = "0x6004846")]
23 void SetDelay(float delay);
24 }
25}
class f__AnonymousType0<< Count > j__TPar
void ApplyTo(T obj, float localTimeForObj)