volorio_games_core 0.2.1
volorio_games_core: ^0.2.1 copied to clipboard
Shared Dart protocol types for Volorio game sessions.
example/main.dart
import 'package:volorio_games_core/volorio_games_core.dart';
void main() {
print(const VolorioGameAction(gameInstanceId: 'game_1', playerId: 'p1', type: 'MOVE', payload: {}).toJson());
}