CommonLibSSE NG
Loading...
Searching...
No Matches
AITimer.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 struct AITimer
6 {
7 //members
8 float aiTimer; // 00
9 float timer; // 04
10 };
11 static_assert(sizeof(AITimer) == 0x08);
12}
Definition AbsorbEffect.h:6
Definition AITimer.h:6
float aiTimer
Definition AITimer.h:8
float timer
Definition AITimer.h:9