// Assembly: UniTask
// Full name: Cysharp.Threading.Tasks.PlayerLoopTiming

namespace Cysharp.Threading.Tasks
{
public class PlayerLoopTiming // TypeDefIndex: 12114
{
	// Fields
	type#20890 value__;
	type#24476 Initialization;
	type#24476 LastInitialization;
	type#24476 EarlyUpdate;
	type#24476 LastEarlyUpdate;
	type#24476 FixedUpdate;
	type#24476 LastFixedUpdate;
	type#24476 PreUpdate;
	type#24476 LastPreUpdate;
	type#24476 Update;
	type#24476 LastUpdate;
	type#24476 PreLateUpdate;
	type#24476 LastPreLateUpdate;
	type#24476 PostLateUpdate;
	type#24476 LastPostLateUpdate;
	type#24476 TimeUpdate;
	type#24476 LastTimeUpdate;
}
}
