forked from abma/Balanced-Annihilation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLuaAI.lua
More file actions
19 lines (16 loc) · 649 Bytes
/
Copy pathLuaAI.lua
File metadata and controls
19 lines (16 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
-- LuaAI.lua
--
-- List of LuaAIs supported by the mod.
--
--
return {
{
name = 'ShardLua',
desc = 'BABAR version 6 -- ShardSpringLua version 5 -- Shard by AF -- https://github.com/Tarendai/Shard -- https://github.com/eronoobos/ShardSpringLua -- https://github.com/eronoobos/BABAR-The-Shardifant',
},
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------