added mods/common/lua scripts
This commit is contained in:
14
OpenRA.sln
14
OpenRA.sln
@@ -41,6 +41,20 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenRA.Irc", "OpenRA.Irc\Op
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenRA.Renderer.Sdl2", "OpenRA.Renderer.Sdl2\OpenRA.Renderer.Sdl2.csproj", "{33D03738-C154-4028-8EA8-63A3C488A651}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common Lua scripts", "Common Lua scripts", "{FCA943AB-E622-415E-8A61-639D97F62EEC}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
mods\common\lua\utils.lua = mods\common\lua\utils.lua
|
||||
mods\common\lua\team.lua = mods\common\lua\team.lua
|
||||
mods\common\lua\supportpowers.lua = mods\common\lua\supportpowers.lua
|
||||
mods\common\lua\rules.lua = mods\common\lua\rules.lua
|
||||
mods\common\lua\reinforcements.lua = mods\common\lua\reinforcements.lua
|
||||
mods\common\lua\openra.lua = mods\common\lua\openra.lua
|
||||
mods\common\lua\mission.lua = mods\common\lua\mission.lua
|
||||
mods\common\lua\media.lua = mods\common\lua\media.lua
|
||||
mods\common\lua\map.lua = mods\common\lua\map.lua
|
||||
mods\common\lua\actor.lua = mods\common\lua\actor.lua
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
||||
Reference in New Issue
Block a user