Mark Sibly 7 年之前
父节点
当前提交
76a042d141
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      bananas/joystick/joystick.monkey2

+ 0 - 2
bananas/joystick/joystick.monkey2

@@ -18,8 +18,6 @@ Class Player
 	Field id:Int
 	Field joystick:Joystick
 	
-	Global used:=New StringMap<Bool>
-	
 	Method New( id:Int )
 		Self.id=id
 		Self.joystick=Joystick.Open( id )