Skip to content

Commit 410e168

Browse files
committed
Moved Ship.cs to CCSharp itself
1 parent e3eeba4 commit 410e168

File tree

2 files changed

+2
-265
lines changed
  • CCSharp/src/CCSharp/CCVS
  • common/src/main/resources/data/computercraft/lua/rom/apis

2 files changed

+2
-265
lines changed

CCSharp/src/CCSharp/CCVS/Ship.cs

Lines changed: 0 additions & 263 deletions
This file was deleted.

common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
-- If you are interested in using [CCSharp][ccsharp], here is the compatible [Ship.cs][ccsharp-ship] file. DO note that it requires the [Advanced Math][advanced-math] C# files as well.
44
--
55
-- [ccsharp]: https://github.com/monkeymanboy/CCSharp
6-
-- [ccsharp-ship]: https://github.com/TechTastic/CC-VS/blob/1.20.x/main/CCSharp/src/CCSharp/CCVS/Ship.cs
7-
-- [advanced-math]: https://github.com/TechTastic/Advanced-Math/tree/0.2.0/CCSharp/src/CCSharp/AdvancedMath
6+
-- [ccsharp-ship]: https://github.com/monkeymanboy/CCSharp/blob/master/src/CCSharp/CCVS/Ship.cs
7+
-- [advanced-math]: https://github.com/TechTastic/Advanced-Math
88
--
99
-- @module ship
1010

0 commit comments

Comments
 (0)