コード例 #1
0
ファイル: Player.cs プロジェクト: gl-game/glgame
 public void RemoveBagMe(SmallBag sb)
 {
     SmallBag = null;
 }
コード例 #2
0
ファイル: Player.cs プロジェクト: gl-game/glgame
 public void AddSmallBagMe(SmallBag sb)
 {
     SmallBag = sb;
 }