Provides automatic installation scripts for OpenRA with Tiberian Sun & Red Alert 2 + Dune 2 (Windows, Linux)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
231 B

  1. --- a/OpenRA.Mods.RA2/Traits/Render/WithSwimSuit.cs
  2. +++ b/OpenRA.Mods.RA2/Traits/Render/WithSwimSuit.cs
  3. @@ -10,6 +10,7 @@
  4. #endregion
  5. using OpenRA.Traits;
  6. +using OpenRA.Mods.Common.Traits;
  7. namespace OpenRA.Mods.RA2.Traits
  8. {