Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Game 1.0.4
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Game_attempt { class Program { static void Main(string[] args) { player _player = new player(); }//MAIN }//PROGRAM public class player() { public struct stats { public int PLAYER_HEALTH,PLAYER_MAX_HEALTH,PLAYER_STAMINA,PLAYER_MANA,PLAYER_WIS,PLAYER_STR,PLAYER_AGI, PLAYER_MAGI_DEF, PLAYER_PHYS_DEF, PLAYER_EXP, PLAYER_LVL; } List<object> PLAYER_INVENTORY = new List<object>(); }//PLAYER_END public class Melee_Weapon { public int MDamage; public int MDurability; public string MName } }//NAMESPACE
Show compiler warnings
[
+
]
Show input
edit mode
|
history
|
discussion