Project

General

Profile

Download (1.34 KB) Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / metadata / MetadataCamouflage333.java @ ae9d9227

1
///////////////////////////////////////////////////////////////////////////////////////////////////
2
// Copyright 2023 Leszek Koltunski                                                               //
3
//                                                                                               //
4
// This file is part of Magic Cube.                                                              //
5
//                                                                                               //
6
// Magic Cube is proprietary software licensed under an EULA which you should have received      //
7
// along with the code. If not, check https://distorted.org/magic/License-Magic-Cube.html        //
8
///////////////////////////////////////////////////////////////////////////////////////////////////
9

    
10
package org.distorted.objectlib.metadata;
11

    
12
import org.distorted.objectlib.R;
13
import org.distorted.objectlib.objects.TwistyCamouflage;
14

    
15
///////////////////////////////////////////////////////////////////////////////////////////////////
16

    
17
public class MetadataCamouflage333 extends Metadata
18
  {
19
  public MetadataCamouflage333() { super( TwistyCamouflage.class, new int[] {4,4,4}, 0, TwistyCamouflage.CAM_333 ); }
20
  public int numScrambles()      { return 487; }
21
  public int icon()              { return R.drawable.ca_333; }
22
  public int price()             { return 50; }
23
  }
(9-9/91)