Paper and pen (#582)

* A very basic paper and pen implementation

* Removes SharedWriteComponent

* Update ContentNetIDs.cs
This commit is contained in:
adrian
2020-02-11 20:01:05 -03:00
committed by GitHub
parent b965dfea33
commit 9544099c99
9 changed files with 273 additions and 1 deletions

View File

@@ -39,5 +39,6 @@
public const uint WELDER = 1034;
public const uint STACK = 1035;
public const uint HANDHELD_LIGHT = 1036;
public const uint PAPER = 1037;
}
}