You've already forked godot
							
							
				mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 12:00:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			329 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			329 B
		
	
	
	
		
			Python
		
	
	
	
	
	
def can_build(env, platform):
 | 
						|
    return True
 | 
						|
 | 
						|
 | 
						|
def configure(env):
 | 
						|
    pass
 | 
						|
 | 
						|
 | 
						|
def get_doc_classes():
 | 
						|
    return [
 | 
						|
        "SceneReplicationConfig",
 | 
						|
        "SceneMultiplayer",
 | 
						|
        "MultiplayerSpawner",
 | 
						|
        "MultiplayerSynchronizer",
 | 
						|
        "OfflineMultiplayerPeer",
 | 
						|
    ]
 | 
						|
 | 
						|
 | 
						|
def get_doc_path():
 | 
						|
    return "doc_classes"
 |