예제 #1
0
        private ThrowObject createThrowObject(MovableObject objectType)
        {
            ThrowObject throwObject = new ThrowObject();
            throwObject.SetThrower(objectType);
            throwObject.Initialize();

            return throwObject;
        }