Some checks failed
		
		
	
	studiorailgun/Renderer/pipeline/head There was a failure building this commit
				
			
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "outputPath" : "./src/main/java/electrosphere/net/parser/",
 | |
|     "packageName" : "electrosphere.net.parser",
 | |
|     "categories":[
 | |
|         {
 | |
|             "categoryName" : "Player",
 | |
|             "data" : [
 | |
|                 {
 | |
|                     "name" : "playerID",
 | |
|                     "type" : "FIXED_INT"
 | |
|                 },
 | |
|                 {
 | |
|                     "name" : "initialDiscretePositionX",
 | |
|                     "type" : "FIXED_INT"
 | |
|                 },
 | |
|                 {
 | |
|                     "name" : "initialDiscretePositionY",
 | |
|                     "type" : "FIXED_INT"
 | |
|                 },
 | |
|                 {
 | |
|                     "name" : "initialDiscretePositionZ",
 | |
|                     "type" : "FIXED_INT"
 | |
|                 }
 | |
|             ],
 | |
|             "messageTypes" : [
 | |
|                 {
 | |
|                     "messageName" : "Set_ID",
 | |
|                     "data" : [
 | |
|                         "playerID"
 | |
|                     ]
 | |
|                 },
 | |
|                 {
 | |
|                     "messageName" : "SetInitialDiscretePosition",
 | |
|                     "data" : [
 | |
|                         "initialDiscretePositionX",
 | |
|                         "initialDiscretePositionY",
 | |
|                         "initialDiscretePositionZ"
 | |
|                     ]
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ]
 | |
| } |