mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-14 10:32:20 +01:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
var/list/matrixPool = list()
|
||||
var/matrixPoolHitCount = 0
|
||||
var/matrixPoolMissCount = 0
|
||||
|
||||
/matrix
|
||||
proc/Reset()
|
||||
src.a = 1
|
||||
src.b = 0
|
||||
src.c = 0
|
||||
src.d = 0
|
||||
src.e = 1
|
||||
src.f = 0
|
||||
src.disposed = 0
|
||||
Reference in New Issue
Block a user