process abstract method
- WorldEvent event, {
- bool force = false,
- required String plugin,
Implementation
Future<void> process(
WorldEvent event, {
bool force = false,
required String plugin,
});
Future<void> process(
WorldEvent event, {
bool force = false,
required String plugin,
});