Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CapcomMarvel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luca TARDY
CapcomMarvel
Merge requests
!7
Refonte backend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Refonte backend
refonte-backend
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Refonte backend
Benjamin LE CESNE
requested to merge
refonte-backend
into
main
Mar 7, 2022
Overview
0
Commits
2
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
01abf645
2 commits,
Mar 7, 2022
2 files
+
8
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
backend/DTO/CharacterDTO.cs
+
3
−
1
View file @ 01abf645
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,12 +5,14 @@
@@ -5,12 +5,14 @@
public
string
Name
{
get
;
set
;
}
=
null
!;
public
string
Name
{
get
;
set
;
}
=
null
!;
public
int
Lp
{
get
;
set
;
}
public
int
Lp
{
get
;
set
;
}
public
int
Attack
{
get
;
set
;
}
public
int
Attack
{
get
;
set
;
}
public
int
CurrentLp
{
get
;
set
;
}
public
int
CurrentAttack
{
get
;
set
;
}
public
string
?
Sprite
{
get
;
set
;
}
public
string
?
Sprite
{
get
;
set
;
}
public
string
?
Icon
{
get
;
set
;
}
public
string
?
Icon
{
get
;
set
;
}
public
string
?
Description
{
get
;
set
;
}
public
string
?
Description
{
get
;
set
;
}
public
int
BonusAttack
{
get
;
set
;
}
public
int
BonusAttack
{
get
;
set
;
}
public
int
BonusLp
{
get
;
set
;
}
public
int
BonusLp
{
get
;
set
;
}
public
int
?
BonusArena
{
get
;
set
;
}
public
int
?
BonusArena
{
get
;
set
;
}
public
Boolean
asHealed
{
get
;
set
;
}
public
Boolean
h
asHealed
{
get
;
set
;
}
}
}
}
}
\ No newline at end of file
Loading