示例#1
0
文件: Text.cs 项目: yasutako/Serius-X
 public Input input(int pos)
 {
     kind = Kind_input.Input;
     return this;
 }
示例#2
0
文件: Text.cs 项目: yasutako/Serius-X
 public Input delete(int pos)
 {
     kind = Kind_input.Delete;
     return this;
 }