9 lines
No EOL
137 B
C#
9 lines
No EOL
137 B
C#
using UnityEngine;
|
|
|
|
namespace Events
|
|
{
|
|
public struct WindowDragEventData : IEventComponentData
|
|
{
|
|
public Vector2 LastMousePos;
|
|
}
|
|
} |