mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2025-12-26 16:07:27 +01:00
* Requirement class moved from model.conversation to model.script * Added requirement questLatestProgress : quest stage must be reached, but no stage with superior ID must be reached. * New key requirements conditions type (item/gold/bonemeals) consumption (more or less than value, never strict checking, either <= or >=).
10 lines
466 B
XML
10 lines
466 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|