-- Compiled with roblox-ts v1.2.7 local TS = _G[script] local exports = {} exports.TicTacToeState = TS.import(script, script, "enum", "TicTacToeState").TicTacToeState exports.TicTacToeSymbol = TS.import(script, script, "enum", "TicTacToeSymbol").TicTacToeSymbol exports.TicTacToeMoveResult = TS.import(script, script, "enum", "TicTacToeMoveResult").TicTacToeMoveResult exports.TicTacToeStringOutput = TS.import(script, script, "output", "TicTacToeStringOutput").TicTacToeStringOutput exports.TicTacToeTestOutput = TS.import(script, script, "output", "TicTacToeTestOutput").TicTacToeTestOutput exports.TicTacToePlayer = TS.import(script, script, "player", "TicTacToePlayer").TicTacToePlayer exports.TicTacToeRandomPlayer = TS.import(script, script, "player", "TicTacToeRandomPlayer").TicTacToeRandomPlayer exports.TicTacToeManualPlayer = TS.import(script, script, "player", "TicTacToeManualPlayer").TicTacToeManualPlayer exports.TicTacToeBoard = TS.import(script, script, "TicTacToeBoard").TicTacToeBoard exports.TicTacToeGame = TS.import(script, script, "TicTacToeGame").TicTacToeGame exports.TicTacToeMove = TS.import(script, script, "TicTacToeMove").TicTacToeMove return exports