protected override void OnCreate() { m_EndBuffer = World.GetOrCreateSystem <EndInteractionButtonCommandBufferSystem>(); }
protected override void OnCreate() { base.OnCreate(); m_Begin = World.GetOrCreateSystem <BeginInteractionButtonCommandBufferSystem>(); m_End = World.GetOrCreateSystem <EndInteractionButtonCommandBufferSystem>(); }