#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
8eae46895e
7512 changed files with 416187 additions and 0 deletions
25
Docs/types/PlantStatus.html
Normal file
25
Docs/types/PlantStatus.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RunUO Documentation - Class Overview - PlantStatus</title>
|
||||
</head>
|
||||
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
||||
<h4><a href="../namespaces/Server.Engines.Plants.html">Back to Server.Engines.Plants</a></h4>
|
||||
<h2>PlantStatus (Enum)</h2>
|
||||
BowlOfDirt = 0,<br>
|
||||
Stage1 = 1,<br>
|
||||
Seed = 1,<br>
|
||||
Stage2 = 2,<br>
|
||||
Sapling = 2,<br>
|
||||
Stage3 = 3,<br>
|
||||
Stage4 = 4,<br>
|
||||
Plant = 4,<br>
|
||||
Stage5 = 5,<br>
|
||||
Stage6 = 6,<br>
|
||||
FullGrownPlant = 7,<br>
|
||||
Stage7 = 7,<br>
|
||||
Stage8 = 8,<br>
|
||||
Stage9 = 9,<br>
|
||||
DecorativePlant = 10,<br>
|
||||
DeadTwigs = 11<br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue