您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

7 行
250 B

public class UNETBroadcastConfig
{
public int port = 31415;
public int key = 2348728;
public int version = 1; // NOTE : Protocol version (bump this if we need to block older clients from discovery)
public int subVersion = 0;
}