mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-03 00:38:53 +00:00
7 lines
122 B
Java
7 lines
122 B
Java
package com.dark98.santoku.events;
|
|
|
|
import ru.ytkab0bp.eventbus.Event;
|
|
|
|
@Event
|
|
public class SelectedObjectChangedEvent {}
|