fireblade-ecs/Sources/FirebladeECS/NexusEventDelegate.swift

12 lines
239 B
Swift

//
// NexusEventDelegate.swift
// FirebladeECS
//
// Created by Christian Treffs on 20.08.19.
//
public protocol NexusEventDelegate: AnyObject {
func nexusEvent(_ event: NexusEvent)
func nexusNonFatalError(_ message: String)
}