コード例 #1
0
ファイル: DriftPhysics.cs プロジェクト: BigDub/HomePrototype
 public override Component deepCopy(GameEntity entity)
 {
     DriftPhysics c = new DriftPhysics(entity, max_drift, max_speed, drift_speed);
     return c;
 }
コード例 #2
0
ファイル: DriftPhysics.cs プロジェクト: BigDub/HomePrototype
        public override Component deepCopy(GameEntity entity)
        {
            DriftPhysics c = new DriftPhysics(entity, max_drift, max_speed, drift_speed);

            return(c);
        }