nyxx/nyxx.interactions/lib/src/models/InteractionResponse/IInteractionResponse.dart
2021-03-29 21:17:34 +02:00

4 lines
89 B
Dart

part of nyxx_interactions;
abstract class IInteractionResponse implements Disposable {}