コード例 #1
0
ファイル: PlayerActionS.cs プロジェクト: Gartley/ss13remake
 public PlayerAction(uint _uid, PlayerActionComp _parent)
 {
     parent = _parent;
     uid = _uid;
 }
コード例 #2
0
 public ExampleAction(uint _uid, PlayerActionComp _parent)
     : base(_uid, _parent)
 {
 }
コード例 #3
0
 public PlayerAction(uint _uid, PlayerActionComp _parent)
 {
     parent = _parent;
     uid    = _uid;
 }
コード例 #4
0
ファイル: ExampleAction.cs プロジェクト: Gartley/ss13remake
 public ExampleAction(uint _uid, PlayerActionComp _parent)
     : base(_uid, _parent)
 {
 }